home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************
- ; Filename : std_defs.h
- ;
- ; Date :
- ; Mod. Date :
- ;
- ; Others : Obtained from Ferraro
- ; : VGA Trainer (smith9@batis.bis.und.ac.za)
- ; ; VGL20 (morley@camosun.bc.ca)
- ;****************************************************/
- #ifndef STD_DEFS_H
- #define STD_DEFS_H
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- typedef unsigned char byte;
- typedef byte far* block;
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif STD_DEFS_H
-
-